From: Eli Zaretskii Date: Sun, 28 Jan 2018 17:22:17 +0000 (+0200) Subject: * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~385 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=57a5461;p=emacs.git * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215) --- diff --git a/lisp/files.el b/lisp/files.el index 66420e7259d..882eaa69677 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -5209,7 +5209,8 @@ view the differences using `diff-buffer-with-file'. This command first saves any buffers where `buffer-save-without-query' is non-nil, without asking. -Optional argument (the prefix) non-nil means save all with no questions. +Optional argument ARG (interactively, prefix argument) non-nil means save +all with no questions. Optional second argument PRED determines which buffers are considered: If PRED is nil, all the file-visiting buffers are considered. If PRED is t, then certain non-file buffers will also be considered.